home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2005 November / SAN CD 11-2005 CD-ROM 6.iso / pc / intro.dir / 00002.ls next >
Encoding:
Text File  |  2005-06-21  |  215 b   |  12 lines

  1. on exitFrame me
  2.   if sprite(1).movieTime < sprite(1).member.duration then
  3.     go(the frame)
  4.   else
  5.     if the platform contains "Mac" then
  6.       go(1, "mainmac")
  7.     else
  8.       go(1, "main")
  9.     end if
  10.   end if
  11. end
  12.